runtime.traceSchedResourceState.statusWasTraced (method)
8 uses
runtime (current package)
trace.go#L369: if gp.trace.statusWasTraced(gen) {
trace.go#L566: if ug.gp.trace.statusWasTraced(gen) {
trace.go#L640: if !pp.trace.statusWasTraced(tl.gen) {
traceevent.go#L123: if pp := tl.mp.p.ptr(); pp != nil && !pp.trace.statusWasTraced(tl.gen) && pp.trace.acquireStatus(tl.gen) {
traceevent.go#L126: if gp := tl.mp.curg; gp != nil && !gp.trace.statusWasTraced(tl.gen) && gp.trace.acquireStatus(tl.gen) {
traceruntime.go#L519: if !gp.trace.statusWasTraced(gen) && gp.trace.acquireStatus(gen) {
traceruntime.go#L588: if !pp.trace.statusWasTraced(tl.gen) && pp.trace.acquireStatus(tl.gen) {
tracestatus.go#L196: func (r *traceSchedResourceState) statusWasTraced(gen uintptr) bool {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |